XM/XenAPI: Enable Console other_config parameters to be passed through Xen API.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 May 2008 13:16:48 +0000 (14:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 May 2008 13:16:48 +0000 (14:16 +0100)
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
tools/python/xen/xm/xenapi_create.py

index 68f2b8dd359846189ff4cc10829ab6f9b43646a6..11ccaed665c33f5cf9e5c2f5abccf0f79b9a2585 100644 (file)
@@ -485,9 +485,9 @@ class xenapi_create:
                 vm_ref,
             "protocol":
                 console.attributes["protocol"].value,
-            "other_params":
+            "other_config":
                 get_child_nodes_as_dict(console,
-                  "other_param", "key", "value")
+                  "other_config", "key", "value")
             }
 
         return server.xenapi.console.create(console_record)